curl --request POST \
--url http://localhost/mogl/mogl-backend/api/service/fanRequest \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"category_id": 1,
"athlete_id": 123,
"instruction_for_athlete": "Please create a personalized video",
"service_amount": 50,
"additional_amount": 5,
"processing_fee": 5,
"mogl_service_fee": 5
}
'Rate limited to 10 requests/minute.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/service/fanRequest \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"category_id": 1,
"athlete_id": 123,
"instruction_for_athlete": "Please create a personalized video",
"service_amount": 50,
"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.
Service category ID (NOT service_id)
1
123
Message to athlete (NOT message)
"Please create a personalized video"
Service amount (NOT amount)
50
5
5
5
Service request submitted