소셜 등록
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"return": 0,
"message": "success"
}curl --location --request POST 'http://{backoffice-domain}/m1.0/backoffice/add/social' \
--header 'Content-Type: application/json' \
--data-raw '{
"social_type": 99,
"social_name": "abcd"
}'{
"social_type": 99,
"social_name": "Twitter"
}return
message
desc.
Last updated