/b2b/user/birthday

Save user birthday date

Body
required
application/json

JSON Body

  • birthday
    Type: string
    required

    Birthday date. Format '1995-05-25'.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/b2b/user/birthday
curl https://sandbox-api.mrcr.io/v1.6/b2b/user/birthday \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'B2B-Bearer-Token: YOUR_SECRET_TOKEN' \
  --data '{
  "birthday": "1995-05-25"
}'
{
  "status": 201,
  "data": {}
}