{
"name": "string",
"subTitle": "string",
"profile": "string",
"pic": 0,
"detailAddress": "string",
"longitude": 0,
"latitude": 0,
"directorName": "string",
"directorPhone": "string",
"attachmentImgList": [
0
],
"businessLicense": 0,
"customerMobile": "string",
"customerVx": 0,
"bankCode": "string",
"bankBranchName": "string",
"bankUserName": "string"
}
curl --location --request POST '/app/yoga/registerYoga' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJhcHBfdXNlcjoxOTM0MTQ0Njk1NjIyMDQxNjAyIiwicm5TdHIiOiJxTWpjQldUNnBLcjdVeVF4M0FHdFBnVjQwSk1zVDNLViIsImNsaWVudGlkIjoiMThhNTE2MDAwOGIzYjA3MTc1MTE3ZDRmMmQ3MDBhMTAiLCJ1c2VySWQiOjE5MzQxNDQ2OTU2MjIwNDE2MDIsInVzZXJOYW1lIjoi5p2O5a6H5p2wIiwieW9nYUlkIjoxOTM0MTQ5NzY3NDk2MDczMjE3LCJjb2FjaElkIjoxOTM3MTU1MzY3MzYwMzk3MzE0fQ.88ktz8GlJ1orfoq22dKbTXXGmyFQVGw7MGcBPtv_8fg' \
--header 'Clientid: 18a5160008b3b07175117d4f2d700a10' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"subTitle": "string",
"profile": "string",
"pic": 0,
"detailAddress": "string",
"longitude": 0,
"latitude": 0,
"directorName": "string",
"directorPhone": "string",
"attachmentImgList": [
0
],
"businessLicense": 0,
"customerMobile": "string",
"customerVx": 0,
"bankCode": "string",
"bankBranchName": "string",
"bankUserName": "string"
}'
{
"code": 0,
"msg": "string",
"data": true
}