curl --request POST \
--url http://localhost/mogl/mogl-backend/api/service/fanResponseAthleteCounterOffer \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"request_id": 1,
"status": "Accepted",
"additional_amount": 5,
"processing_fee": 5,
"mogl_service_fee": 5
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/service/fanResponseAthleteCounterOffer \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"request_id": 1,
"status": "Accepted",
"additional_amount": 5,
"processing_fee": 5,
"mogl_service_fee": 5
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
1
Response status (NOT action, case-sensitive)
Accepted, Rejected "Accepted"
Used when accepting
5
Used when accepting
5
Used when accepting
5
Response submitted