POST
/
admin
/
signup
/
step_three
curl --request POST \
  --url https://api-staging.helpyousponsor.com/v1/admin/signup/step_three \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": 123,
  "number": "<string>",
  "cvc": "<string>",
  "expiryMonth": "<string>",
  "expiryYear": "<string>",
  "first_name": "<string>",
  "last_name": "<string>"
}'
{
  "message": "<string>",
  "status": "<string>"
}

Body

application/json

Data required for the third step of user signup

The body is of type object.

Response

200
application/json

User signup step three successful

The response is of type object.