post https://{baseUrl}/V1/storeview//organisation/customer/assign
Assign customer to organisation.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/organisation/customer/assign' --header 'Authorization: Bearer 1lsq6ervpr54fhgbj2a74ns6iyo29hyh' --header 'Content-Type: application/json' --data-raw '{"email": "[email protected]","organisationId": 52}'