{
"email": "john.doe@gmail.com",
"password": "pasWTword@123",
"clientKey": "3323-xd-2323-2323",
"clientSecret": "SKD4E-49944-DK4SKF-TPDS"
}
curl --location --request POST 'https://api-gateway-uat.mmacs.io/platform/user-service/api/v1/auth/client-api-login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john.doe@gmail.com",
"password": "pasWTword@123",
"clientKey": "3323-xd-2323-2323",
"clientSecret": "SKD4E-49944-DK4SKF-TPDS"
}'
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}