curl --location 'https://api.paypaga.com/oauth2/token' \
--header 'Content-Type: application/json' \
--data '{
"grant_type": "client_credentials",
"client_id": "string",
"client_secret": "string"
}'{
"access_token": "eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJl.m8PA-pfJC7Jqcg5_sHbEgk",
"token_type": "Bearer",
"expires_in": 600
}