curl --location --request POST 'https://apis.autobg.ai/public/api/v1/templates/create' \
--header 'Authorization;' \
--form 'background=@""' \
--form 'side=@""' \
--form 'frontRear=@""' \
--form 'numberPlate=@""' \
--form 'brandLogo=@""' \
--form 'numPlate=""' \
--form 'bAlignment=""' \
--form 'name=""' \
--form 'numPlateBgHexCode="#FFFFFF"'
{
"status": true,
"message": "string",
"data": {
"templateID": 0
}
}