Authorization: Bearer ********************{
"gift_id": "10001"
}curl --location 'https://api.tikomni.com/api/u1/v1/tiktok/web/fetch_gift_name_by_id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"gift_id": "10001"
}'{}