curl --location --request POST '/oauth/token' \
--header 'X-API-KEY: key_ci3M1uro4GzgOuIIltc2OurJwdq16Wht' \
--header 'X-API-SECRET: secret_r60zprH3xC4QCiIR87cfcctn89E8pkRvwgaDYj0g9DJpkkDA' \
--header 'Accept: application/json'{
"status": "success",
"message": "Authorization token successfully issued.",
"data": {
"access_token": "23|ae2fmTyaVeThFinp9YiJfJNXqPL8irJ8HyOfJt9zcd497kf9QKdakW3SQuOhCzs1c3rvH7VQZc5EUHjh",
"token_type": "Bearer",
"expires_in": 1800
}
}