Русский
cURL
curl --request POST \ --url http://dev-backend-1.guestme.space/api/v1/external/restaurant/confirmation/code/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "phone": "+79998887766", "code": 123456 }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Phone number verified successfully