curl --request POST \
--url http://localhost/mogl/mogl-backend/api/athlete/update-registration-step3 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'first_name=<string>' \
--form 'last_name=<string>'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/athlete/update-registration-step3 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'first_name=<string>' \
--form 'last_name=<string>'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.