Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
287 B
1
Indexable
Never
curl --location --request POST 'api.timeworx.xyz/timeworx/login/register' \
--header 'User-Agent: Apifox/1.0.0 (https://www.apifox.cn)' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "sallywangmenghui@gmail.com",
    "password": "123456",
    "pin": "123456"
}'