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