curl --location --request POST 'https://test.your-api-server.com/api/sms/authenticate/access-token/token/v1' \
--data-urlencode 'scope=scope' \
--data-urlencode 'client_id=user@example.com' \
--data-urlencode 'client_secret=wererewr2343434432' \
--data-urlencode 'grant_type=client_credentials'{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}