curl --location 'https://api.pibox.com/api/v2/oauth/register' \
--header 'Content-Type: application/json' \
--data '{
"redirect_uris": [
"http://example.com"
],
"redirect_uri": "http://example.com",
"scope": "string"
}'{
"client_id": "string",
"token_endpoint_auth_method": "string",
"grant_types": [
"string"
],
"response_types": [
"string"
],
"redirect_uris": [
"string"
],
"scope": "string"
}