curl --location '/expired-date' \
--header 'authorization: Bearer eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemF0aW9uIjoiVnpOaVdERTFWRzh4TW1VeWJ6STBPbUo1UkZReWJ6STBLaUU9IiwiaWF0IjoxNzI4NDQzNjM5LCJleHAiOjE3Mjg0NDcyMzl9.UgEQLXLla2-7gNWENYgWJYVBnnAmLYiiSZzFM0xIQgMIQWyDR78ch2Z5l6XLyWPd_OY6_Ks_xozJVyCXbmZW0w' \
--header 'Content-Type: application/json' \
--data '{
"uuid": "123",
"msisdn": "628387668183711"
}'{
"statusCode": 200,
"statusMessage": "OK",
"statusDescription": "Request succeeded without error",
"result": {
"errorCode": "00",
"errorMessage": "Success",
"data": {
"status_code": 200,
"error_code": "Success",
"error_message": "Expiration date found",
"data": {
"expDate": "2024-11-07T00:00:00",
"status": "active",
"iccid": 376
}
}
}
}