curl --location --request POST 'https://medusa-url.com/store/batch/customer/token' \
--header 'Content-Type: application/json' \
--data-raw '{
    "display_ids": ["id"],
}'
