invoke the userMigrationInfo endpoint
POST /auth/usermigrationinfo HTTP/1.1
Host: appleid.apple.com
Content-Type: application/x-www-form-urlencoded
Authorization: Bearer {accesstoken}
sub={sub}&target={recipientteamid}&clientid={clientid}&clientsecret={clientsecret}
everything is ready, but response error, error message:{"error":"invalidrequest"}
If you can solve it, please help me
POST /auth/usermigrationinfo HTTP/1.1
Host: appleid.apple.com
Content-Type: application/x-www-form-urlencoded
Authorization: Bearer {accesstoken}
sub={sub}&target={recipientteamid}&clientid={clientid}&clientsecret={clientsecret}
everything is ready, but response error, error message:{"error":"invalidrequest"}
If you can solve it, please help me