curl --request POST \
--url http://localhost/mogl/mogl-backend/api/myDealsCount \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"athlete_id": 123,
"filterByKeyword": "test",
"job_id": "1",
"serviceId": 1,
"status": "All Deals",
"type": "All"
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/myDealsCount \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"athlete_id": 123,
"filterByKeyword": "test",
"job_id": "1",
"serviceId": 1,
"status": "All Deals",
"type": "All"
}
'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.
Athlete ID (for agent/partner context)
123
Keyword search
"test"
Filter to a single job
"1"
Filter to a fan service request
1
Deal status filter
"All Deals"
Filter type
"All"
Deal counts by status