Generate Bearer Token(Id Token)
Example Request
curl --location 'https://optimus-api.crunchmediaworks.com/v1/customer/auth' --header 'Content-Type: application/json' --header 'Accept: application/json' --data-raw '{
"username": "youremailid@yopmail.com",
"password": "Password@123"
}'
Example Response
API doc link:
Authentication
Use IdToken generated in previous call in all subsequent calls for authorizations.