Untitled
Anonymous
plain_text
04/12/2023 10:05 PM
384 B
23
Indexable
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": "[email protected]",
"password": "123456",
"pin": "123456"
}'Editor is loading...