Authorization: Bearer ********************
{
"fileURLs": [
],
"name": "ceshi",
"notifyURL": "https://notifyURL.com/"
}
curl --location --request POST 'https://api.gezhe.com/v1/joins' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileURLs": [
],
"name": "ceshi",
"notifyURL": "https://notifyURL.com/"
}'
{
"id": "string"
}