curl --request POST \
--url https://sandbox.finhub.cloud/api/v2.1/customer/individual/{customerId}/users/{userId}/sessions \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"password": "<string>",
"tenantKey": "<string>",
"tenantSecret": "<string>",
"credentialType": "<string>",
"value": "<string>",
"tenantId": "<string>"
}
'