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>'