Authorization: Bearer ********************
{
"team_application": {
"team_id": "58",
"reason": "esse id",
"application_type": 87,
"created_time": 450499324648,
"member_info": {
"user_id": 70,
"nickname": "郑勇",
"college": "in",
"avatar_url": "http://dummyimage.com/100x100",
"gender": 1,
"enrollment_year": 59
}
}
}
curl --location --request POST 'http://101.35.229.143:8888/fusion/team/application/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_application": {
"team_id": "58",
"reason": "esse id",
"application_type": 87,
"created_time": 450499324648,
"member_info": {
"user_id": 70,
"nickname": "郑勇",
"college": "in",
"avatar_url": "http://dummyimage.com/100x100",
"gender": 1,
"enrollment_year": 59
}
}
}'
{
"status_code": 0,
"status_msg": null
}