Skip to main content
POST
Fan requests a service from athlete

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
category_id
integer

Service category ID (NOT service_id)

Example:

1

athlete_id
integer
Example:

123

instruction_for_athlete
string

Message to athlete (NOT message)

Example:

"Please create a personalized video"

service_amount
number<float>

Service amount (NOT amount)

Example:

50

additional_amount
number<float>
Example:

5

processing_fee
number<float>
Example:

5

mogl_service_fee
number<float>
Example:

5

Response

Service request submitted