Authorization: Bearer ********************
{"img_url":"https://xxx.s3.aws.com/xxxx"}
curl --location --request POST 'https://video.a2e.ai/api/v1/custom_back/add' \
--header 'Content-Type: application/json' \
--data-raw '{"img_url":"https://xxx.s3.aws.com/xxxx"}'
{
"code": 0,
"data": {
"_id": "652644d3c94a53313c6f02cd",
"type": "custom",
"url": "https://d1tzkvq5ukphug.cloudfront.net/adam2eve/beta/face_swap/face__swap/184ed6d7-c3e6-4c6f-a76f-9e5d6070b10c.jpg",
"createdAt": "2023-10-11T06:46:43.174Z"
}
}