Authorization: Bearer ********************curl --location 'https://api.stg.ordermesh.io/user/v1/clients/token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clientId": "merchant-0f74e897-4a83-46d4-be5f-609d3b42d0d1-client",
"secret": "yDsDDFv32dHsizTsDLER9fE4sHDbDL9s"
}'{
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9",
"scope": "openid profile email",
"tokenType": "Bearer",
"expiresIn": 86400
}