curl --location --request POST 'https/omerlo.com/api/media/v1/oauth/token?refresh_token=<refresh-token>&grant_type='{
"scope": "user",
"access_token": "<access-token>",
"refresh_token": "<refresh-token>",
"expires_in": 3600,
"token_type": "Bearer"
}