/api/pricing/v1/endpoints with this endpoint path for the current unit price.Authorization: Bearer ********************{
"gift_ids": [
"10001",
"10002",
"10003"
]
}curl --location 'https://api.tikomni.com/api/u1/v1/tiktok/web/fetch_gift_names_by_ids' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"gift_ids": [
"10001",
"10002",
"10003"
]
}'{}