This endpoint also supports client_idandclient_secretpassed as basic authorization or via params
<client_id>:<client_secret>curl --location --request POST 'https/omerlo.com/api/media/v1/oauth/token?grant_type=&scope=user' \
--header 'Authorization: Basic <token>'{
"scope": "user",
"access_token": "<access-token>",
"refresh_token": "<refresh-token>",
"expires_in": 3600,
"token_type": "Bearer"
}