curl --request POST \
--url https://dev.api.formapulse.formafoot.fr/compte/user/signup \
--header 'Content-Type: multipart/form-data' \
--form 'first_name=<string>' \
--form 'last_name=<string>' \
--form 'email=<string>' \
--form 'password=<string>' \
--form 're_password=<string>' \
--form newsletter=true \
--form 'phone=<string>'{}curl --request POST \
--url https://dev.api.formapulse.formafoot.fr/compte/user/signup \
--header 'Content-Type: multipart/form-data' \
--form 'first_name=<string>' \
--form 'last_name=<string>' \
--form 'email=<string>' \
--form 'password=<string>' \
--form 're_password=<string>' \
--form newsletter=true \
--form 'phone=<string>'{}Documentation Index
Fetch the complete documentation index at: https://formapulse.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
POST /user/signup
250250Adresse email valide
^[a-zA-Z0-9._%+\-]+@[a-zA-Z0-9.\-]+\.[a-zA-Z]{2,}$250250Reponse de succes
The response is of type object.