curl --request POST \
--url https://api-sandbox.y.uno/v1/organizations/authenticate \
--header 'Content-Type: application/json' \
--header 'PRIVATE-SECRET-KEY: <api-key>' \
--header 'PUBLIC-API-KEY: <api-key>' \
--data '
{
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'