curl --location --request POST 'http://decathlonstore.myvtex.com/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"cpf": "40660440757",
"email": "lindomar.nascimento@decathlon.com",
"given_name": "lindomar",
"family_name": "nascimento",
"gender": "",
"birthdate": "1998-07-13",
"phone_number": "+5511947908980",
"middle_name": "não tem",
"email_verified": true,
"phone_verified": true,
"locale": "pt-BR",
"vtex_user_id": "af6a1bba-f39c-11ef-b37f-a3472823ac44"
}
}'
{}