curl --location --request POST 'https://api.mokahr.com/api/oauth/token' \
--data-urlencode 'code=' \
--data-urlencode 'clientId=' \
--data-urlencode 'clientSecret=' \
--data-urlencode 'redirectUri='{
"accessToken": "string",
"accessTokenExpiresAt": "string",
"refreshToken": "string",
"refreshTokenExpiresAt": "string",
"scope": "string",
"appId": "string"
}