/insyts/accountbyid
Client ID
User ID
Provide account ID
Agree to Terms of Use agreement
curl -L \ --request POST \ --url 'https://api.akibaone.com/insyts/accountbyid' \ --header 'Content-Type: application/json' \ --data '{ "clientId": "text", "userId": "text", "providerAccountId": "text", "consent": true }'
{ "clientId": "text", "fullNames": "text", "email": "text", "phoneNumber": "text", "country": "text", "physicalAddress": "text", "isCompany": true, "registrationNumber": "text" }