curl --request POST \
--url https://api.example.com/candidates/convert-and-post \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"candidateConcatSlug": null,
"mediaIDs": [
123
]
}
'{
"success": true,
"data": "<unknown>"
}Concat candidate convert and post.
curl --request POST \
--url https://api.example.com/candidates/convert-and-post \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"candidateConcatSlug": null,
"mediaIDs": [
123
]
}
'{
"success": true,
"data": "<unknown>"
}